const runtime.pollClosing
3 uses
runtime (current package)
netpoll.go#L117: pollClosing = 1 << iota
netpoll.go#L123: func (i pollInfo) closing() bool { return i&pollClosing != 0 }
netpoll.go#L143: info |= pollClosing
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)